body {
  margin: 0;
}

.navigationSelected {
  font-weight: 700 !important;
  color: #282828;
  border-bottom: .25rem #282828 solid;
  font-size: 1.375rem !important
}

.slick-dots {
  background-color: #FFF;
}

.slick-dots > li {
  margin: 0;
  width: 0.625rem;
}

.homepageCarousel .slick-slide {
  height: 13.25rem;
  max-height: 13.25rem;
}


::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: none;

}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 15px;

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.css-0{
  display: flex;
  align-items: center;
}
.glide__arrow{
  background: none;
  border: none;
  outline: none;
}
a, div, button, p, span {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

}
